Welcome![Sign In][Sign Up]
Location:
Search - Winsock Control

Search list

[WinSock-NDISVB中如何使用 Winsock 控件

Description: VB中如何使用 Winsock 控件-VB how to use the Winsock Control
Platform: | Size: 3911 | Author: 何神 | Hits:

[WinSock-NDIS封装的WinSock控件

Description: 封装的Winsock控件,添加了StartServer和StopServer方法,比原来的Winsock控件有所改进。-Winsock Control package, and added StartServer StopServer methods than the original Winsock control has improved.
Platform: | Size: 31004 | Author: 离心力 | Hits:

[WinSock-NDISwinsock文件传输

Description: winsock文件传送 利用WINSOCK控件实现文件传送-winsock for file transmission Implementing file transmission by winsock control
Platform: | Size: 6384 | Author: 大师傅 | Hits:

[Other resource用Winsock控件实现点对点通信

Description: p2p用Winsock控件实现点对点通信-P2P communicate with Winsock control
Platform: | Size: 23611 | Author: 李彬 | Hits:

[CommunicationWinsock详细使用例程

Description: Winsock详细使用例程有TCP、UDP、DOWNLOAD操作不是使用Winsock控件的VB源代码。-Winsock detailed routines use a TCP, UDP, DOWNLOAD operation instead of the Winsock Control VB source code.
Platform: | Size: 60473 | Author: 张扬 | Hits:

[WinSock-NDIS在POWER BUILDER中使用WINSOCK控件

Description: 在POWER BUILDER中使用WINSOCK控件-the use of Winsock Control
Platform: | Size: 1984 | Author: 周松超 | Hits:

[Other resource在VB中基于Winsock控件实现网络围棋对弈

Description: 在VB中基于Winsock控件实现网络围棋对弈-in VB based Winsock Control Network Go Chess
Platform: | Size: 145737 | Author: lm | Hits:

[Email Client又个用Winsock控件发送Email的例子

Description: 用WINSOCK控件实现的发送电子邮件的例子-using Winsock Control to achieve the email example
Platform: | Size: 21023 | Author: 唐慧杰 | Hits:

[SourceCode数据通信与计算机网络

Description: 用VB控件WINSOCK制作的局域网聊天工具,做得不好,请多多指教。-WINSOCK control using VB produced LAN chat tools, not doing a good job, please exhibitions.
Platform: | Size: 14336 | Author: | Hits:

[SourceCode数据通信与计算机网络试验

Description: 用VB控件WINSOCK的TCP协议制作的局域网聊天工具,做得不好,请多多指教。-WINSOCK control using VB produced by the TCP protocol LAN chat tools, not doing a good job, please exhibitions.
Platform: | Size: 17408 | Author: | Hits:

[Internet-Networkfakemailer

Description: Winsock控件发送Email-Winsock Control Send Email
Platform: | Size: 22528 | Author: 小丽 | Hits:

[Internet-Networkwin控件

Description: WINSOCK控件的调用实例,方便没有使用过winsock控件的人学习,快速掌握TCP编程-Winsock Control calls example, did not use a convenient control protocols of the study and grasp the TCP programming
Platform: | Size: 1918976 | Author: 谢泽 | Hits:

[Email Client又个用Winsock控件发送Email的例子

Description: 用WINSOCK控件实现的发送电子邮件的例子-using Winsock Control to achieve the email example
Platform: | Size: 20480 | Author: 唐慧杰 | Hits:

[Button controlCODE0001

Description: 聊天的一个小程序 使用的是用WINSOCK控件,达到局域网之间的聊天功能。无解压密码,-chatting a small program is the use of the Winsock Control, reaching between the LAN chatting. Without extracting passwords,
Platform: | Size: 31744 | Author: 无名 | Hits:

[Internet-NetworkSock32Server

Description: 使用delphi6开发的TCP/IP下文件服务器程序,使用WINSOCK控件开发。-use Delphi6 development of the TCP/IP file server, the use of Winsock Control development.
Platform: | Size: 615424 | Author: 许光 | Hits:

[Internet-NetworkSOCKET实现聊天程序

Description: 采用VB的WINSOCK控件实现的聊天程序,适合处学者.-using VB Winsock Control to achieve the chat program, the Office for scholars.
Platform: | Size: 12288 | Author: 洪一 | Hits:

[Windows Develop文件传送

Description: 局域网文件传输 为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,然后通知发送端可以开始发送文件;发送端读到这个消息之后,将文件流以字节的形式发送到接收端,接收端收到后,将二进制流回写,保存成文件即可。这里要注意两点,一个是由于Winsock每次最大传输8K的内容,所以需要将文件分解,每次传输固定数目的字节流,这样发送和接收时都可以根据这个数目来判断文件传输的进程,一旦字节流数目等于文件的大小,就需要关闭相应的文件句柄;另一点是由于我只使用一个Winsock控件接收,接收文本时需要注意要将UNICODE转码,解析成可识别的信息。 -LAN file transfer to uniform design and user convenience, we hope it will end service and client together and form a process so that users understand, a more intuitive 1:00 (in fact, do so in order to facilitate debugging, you can test the machine, its own text- items for himself). Therefore, we need procedures in the use of two Winsock Control, a charge of wiretapping, a charge of this, when the transmitter connects successfully, it will be a choice to send the document (can be arbitrary binary files), will then file names and the length byte sent to the receiver, receiver- After receiving the news, file names and length analysis, and then notify the sender can begin sending documents; Send-read the news, the flow of documents in the form of bytes sent to the receiving end, the receivin
Platform: | Size: 11264 | Author: sasa | Hits:

[Internet-Network在POWER BUILDER中使用WINSOCK控件

Description: 在POWER BUILDER中使用WINSOCK控件-the use of Winsock Control
Platform: | Size: 2048 | Author: 周松超 | Hits:

[Windows Develop局域网语音大厅系统

Description: 很简单的语音大厅,VB写的,WINSOCK控件,局域网用很合适的-very simple voice hall, VB was the Winsock Control, LAN use is appropriate
Platform: | Size: 17408 | Author: 阿哲 | Hits:

[CommunicationCTICAO-体育馆LED显示软件-ODBC WinSock GDI

Description: 长春体育馆的比赛软件(LED显示),包括3台机器:用winsock通讯,1个ACCESS DB通过ODBC访问,一台控制机器,一台显示(GDI)-Changchun Coliseum game software (LED), including three machines : protocols of communications, a ACCESS DB ODBC, a control machine, a display (GDI)
Platform: | Size: 278528 | Author: | Hits:
« 1 23 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net